home *** CD-ROM | disk | FTP | other *** search
- #[
- # Name: u.mrumod.spt
- #
- # Derived from: (original)
- #
- # Author: Clive Standbridge
- #
- # Created on: Sep 1997
- #
- # Sccs ID: @(#)u.mrumod.spt 1.1 9/26/97
- #
- # Coding Stds:
- #
- # Purpose: Script for modifying InstallLocationsMRU
- #
- # Copyright 1997 Insignia Solutions PLC. All rights reserved.
- #]
-
-
- [HKEY_CURRENT_USER\InstallLocationsMRU]
- # Paths must be terminated with '\' for Windows 95 to search them automatically;
- # remove non-conforming ones.
- deli d:\win95
- deli f:\win95
-
- # Add paths in reverse order of preference
-
- # CD-ROM.
- addi F:\WIN95\
-
- # Unix SoftWindows95 setup directory.
- addi G:\
-
- # Mac SoftWindows95 1.0 setup disk.
- addi D:\WIN95\
-